[Top] [Prev] [Next] [Bottom] [Contents]

SaVbsB

Prints the beginning Script tag for embedding VB Script into HTML.

Synopsis

#include "savbs.h"
int SaVbsB();

Argument

None

Return Values

Returns an integer with a value of 0.

Description

Prints the beginning Script tag for embedding VB Script into HTML.

Example

The code fragment:

SaVbsB();
will write:

<SCRIPT LANGUAGE="VBS">\n
to the output stream.

See Also

SaVbsE, SaVbsCommB, SaVbsCommE, SaVbsFuncTrue, SaVbsFuncFalse

SaVbsPrint, SaVbsMsgBox, SaVbsIsLower, SaVbsIsUpper, SaVbsNotDigit

SaVbsLenZero, SaVbsLenNe, SaVbsStdFor, SaVbsExitF, SaVbsEndF

SaVbsNext, SaVbsElse, SaVbsEndIf, SaVbsDecl, SaVbsNTabs

SaVbsNLines



[Top] [Prev] [Next] [Bottom] [Contents]

info@bluestone.com
Copyright © 1997, Bluestone. All rights reserved.